projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bd7bce
)
gtk-demo: Remove unused variable
author
Benjamin Otte
<otte@redhat.com>
Wed, 26 Jun 2013 13:49:50 +0000
(15:49 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 26 Jun 2013 13:51:31 +0000
(15:51 +0200)
demos/gtk-demo/search_entry.c
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/search_entry.c
b/demos/gtk-demo/search_entry.c
index 0a270d4f76cb428d548a1b38243d2a316d6fd9ac..5594118bed937c4a9e25050339677803a46a6731 100644
(file)
--- a/
demos/gtk-demo/search_entry.c
+++ b/
demos/gtk-demo/search_entry.c
@@
-121,7
+121,6
@@
create_search_menu (GtkWidget *entry)
{
GtkWidget *menu;
GtkWidget *item;
- GtkWidget *image;
menu = gtk_menu_new ();